home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / mptwcbts.zip / MPT-SEND.BAT < prev    next >
DOS Batch File  |  1991-04-24  |  434b  |  21 lines

  1. echo Wildcat reads this as SEND DownLoad TO user.
  2. echo on
  3. echo Make sure you are using the PROTOCOL directory,
  4. echo if using the EP directory, change the following lines:
  5. cd \wildcat\PROTOCOL
  6. if exist transfer.bad del transfer.bad
  7. echo 1 %1
  8. echo 2 %2
  9. echo 3 %3
  10. echo 4 %4
  11. echo 5 %5
  12. echo 6 %6
  13. echo 7 %7
  14. cls
  15. MPT S%1 P%2 N+ R+ X+ s %3 %4 %5 %6 %7 %8 %9
  16. cls
  17. if errorlevel 1 copy all.ok transfer.bad
  18. cls
  19. cd \wildcat
  20. cls
  21.